#root{
    /* padding-top: 30px; */
}
a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    background: none;
    text-decoration: none;
}
  
.h30{
    height: 30px;
}
/* 头部 */
.head{
    width: 1344px;
    height: 113px;
    margin: 0 auto;
}
.head .ipt{
    width: 400px;
    height: 72px;
    background-color: #F1F1F1;
    padding: 20px;
    font-size: 20px;
}
.searchipt{
    width: 497px;
    height: 72px;
    background-color: #F1F1F1;
    padding-right: 42px;
    font-size: 20px;
}
.searchimg{
    width: 29px;
    height: 29px;
}
.head input::-webkit-input-placeholder {
    color: #D0D0D0;
    font-size: 20px;
}
.line{
    width: 2px;
    height: 21px;
    background-color: #002676;
    margin-left: 33px;
    margin-right: 33px;
}
/* 导航栏 */
.navbar{
    width: 1344px;
    height: 90px;
    margin: 0 auto;
}
.active{
    color: #002676;

}
.sortline{
    width: 37px;
    height: 2px;
    background-color:#002676 ;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.active .sortline{
    display: block;
}

.tit{
    position: relative;
    line-height: 40px;
}
.tit2{
    width: 96px;
}
.tit:hover{
    color:#002676 ;
    
}
.tit:hover .sortline{

    display: block;

}
/* 底部 */
.bottom{
    width: 100%;
    height: 426px;
    background-color: #3B3B3B;
    margin-top: 171px;
    min-width: 1344px;
}
.bottomcontent{
    color: #ffffff;
    width: 1344px;
    height: auto;
    margin: 0 auto;
    padding-top: 45px;
    border-bottom: 1px solid #848484;
    padding-bottom: 46px;
}
.bottomtit{
    margin-bottom: 50px;
}
.fixright{
    position: fixed;
    right: 0;
    top: calc(50% - 240px);
    width: 110px;
    height: 524px;
    /* border:1px solid #011541; */
    z-index: 10;
    border-radius:  10px  0px   10px  10px;
}
.qq{
    width: 100%;
    height: 144px;
    background-color: #ffffff;
    border-bottom:1px solid #F1F1F1 ;
    text-align: center;
    overflow: hidden;
    color: #1F1F1F;
    
}
.qq:hover{
    background-color:#DC2F2F ;
    color: #ffffff;
}
.samllbottom{
    width: 100%;
    min-width: 1344px;
    background-color: #3B3B3B;
    color: #A0A0A0;
    padding-top: 32px;
    padding-bottom: 32px;
    /* margin-top: 110px; */
}
/* 遮罩层 */
.mask1{
	width: 100%;
	height: 100vh;
    /* height: calc(100vh - .94rem);    */
	position: fixed;
	/* top: .94rem; */
    background-color: rgba(0, 0, 0, .3);
	z-index: 995;
    display: none;
}
.close{
    /* position: absolute; */
    width: 48px;
    height: 48px;
    float: right;
    margin-top: -30px;
    margin-right: -30px;
}
.iptcontent{
    padding-left: 82px;
    padding-top: 60px;
}
.iptcontent input{
    width: 402px;
    height: 58px;
    border: 1px solid #000000;
    margin-left: 20px;
    border-radius: 5px;
    font-size: 20px;
    padding-left: 20px;
}
.iptcontent textarea{
    width: 402px;
    height: 144px;
    border: 1px solid #000000;
    border-radius: 5px;
    margin-left: 26px;
    font-size: 20px;
    padding: 20px;
}
.masksubmit{
    margin: 38px auto;
    width: 290px;
}

.maskcontent{
    border-radius: 5px;
    width: 654px;
    height: 536px;
    background-color: #ffffff;
    /* margin: 0 auto; */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
   
}
.colred{
    color: #DB0202;
}